hvmloader/ovmf: setup ovmf_info
authorWei Liu <wei.liu2@citrix.com>
Thu, 5 Dec 2013 17:29:30 +0000 (17:29 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 6 Dec 2013 11:51:32 +0000 (11:51 +0000)
commit054f628d3c2de4c403631a5b0686a288a1fc1bdf
treee623c1a8168dec90b30b035725709f4d3fcf0068
parent2d02b05c77fc5e7c76bf6f112db84bbaa44fdcb5
hvmloader/ovmf: setup ovmf_info

OVMF info contains E820 map allocated by hvmloader. This info is passed
to OVMF to help it do proper initialization.

Currently only E820 is necessary, but we reserve spaces for other tables
in ovmf_info for later usage.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/firmware/hvmloader/ovmf.c